Autogenerated HTML docs for v2.1.0-238-gce1d3
diff --git a/technical/api-config.html b/technical/api-config.html index 94a9a65..3ddf2ba 100644 --- a/technical/api-config.html +++ b/technical/api-config.html
@@ -961,6 +961,27 @@ the user’s home directory when found at the beginning of the path. </p> </dd> +<dt class="hdlist1"> +<tt>git_die_config(const char *key, const char *err, ...)</tt> +</dt> +<dd> +<p> + First prints the error message specified by the caller in <tt>err</tt> and then + dies printing the line number and the file name of the highest priority + value for the configuration variable <tt>key</tt>. +</p> +</dd> +<dt class="hdlist1"> +<tt>void git_die_config_linenr(const char *key, const char *filename, int linenr)</tt> +</dt> +<dd> +<p> + Helper function which formats the die error message according to the + parameters entered. Used by <tt>git_die_config()</tt>. It can be used by callers + handling <tt>git_config_get_value_multi()</tt> to print the correct error message + for the desired value. +</p> +</dd> </dl></div> <div class="paragraph"><p>See test-config.c for usage examples.</p></div> </div> @@ -1197,7 +1218,7 @@ <div id="footnotes"><hr /></div> <div id="footer"> <div id="footer-text"> -Last updated 2014-09-02 14:43:52 PDT +Last updated 2014-09-11 14:53:10 PDT </div> </div> </body>